gzip - vertaling naar arabisch
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

gzip - vertaling naar arabisch

GNU FILE COMPRESSION/DECOMPRESSION TOOL
GNU Zip; .gz; GNU zip; Gunzip; GZip; Zcat (Unix); Zcat; Gzip compression; .tgz; .gzip; Gzip encoding; GZIP; GNU Gzip; Gzip (file format); Gz (file format); Gzip (File format)
  • tar]] program to compress multiple files.

gzip         
منفعة GNU لضغط الملفات .
gunzip         
منفعة إزالة الضغط
منفعة GNU لضغط الملفات      

gzip

Definitie

gzip
<tool, compression> GNU compression utility. Gzip reduces the size of the named files using Lempel-Ziv {LZ77 compression}. Whenever possible, each file is replaced by one with the filename extension ".gz". Compressed files can be restored to their original form using gzip -d or gunzip or zcat. The Unix "compress" utility is patented (by two separate patents, in fact) and is thus shunned by the GNU Project since it is not free software. They have therefore chosen gzip, which is free of any known software patents and which tends to compress better anyway. All compressed files in the GNU anonymous FTP area (gnu.org/pub/gnu) are in gzip format and their names end in ".gz" (as opposed to "compress"-compressed files, which end in ".Z"). Gzip can uncompress "compress"-compressed files and "pack" files (which end in ".z"). The decompression algorithms are not patented, only compression is. The gzip program is available from any GNU archive site in shar, tar, or gzipped tar format (for those who already have a prior version of gzip and want faster data transmission). It works on virtually every Unix system, MS-DOS, OS/2 and VMS.

Wikipedia

Gzip

gzip is a file format and a software application used for file compression and decompression. The program was created by Jean-loup Gailly and Mark Adler as a free software replacement for the compress program used in early Unix systems, and intended for use by GNU (from where the "g" of gzip is derived). Version 0.1 was first publicly released on 31 October 1992, and version 1.0 followed in February 1993.

The decompression of the gzip format can be implemented as a streaming algorithm, an important feature for Web protocols, data interchange and ETL (in standard pipes) applications.